Welcome![Sign In][Sign Up]
Location:
Search - binary tree

Search list

[Other resourcecw_bitree

Description: 与清华大学版的《数据结构》匹配二叉树的实现:BITREE1.CPP:为主程序,其中实现了递归算法以及非递归算法的前序遍历,中序遍历,后序遍历。TSTACK1.H: 为头文件,其中定义了一些常量的值,其中也包括了书中第三章的栈的实现,只需要将注解符去掉即可。运行环境为:VC++6 或 TC3-and Tsinghua University version of the "data structure" matching the achievement of a binary tree : BITREE1.CPP : mainly procedures, which achieved a recursive and non - recursive algorithm of algorithms preorder, preorder, after preorder. TSTACK1.H : for the first document, which defines a number of the value of a constant, which also include a third chapter of the book stack the realization simply have the website notes can be removed. Operating environment : VC 6 or TC3
Platform: | Size: 2314 | Author: 宏伟 | Hits:

[CSharp030300726_2

Description: 用vc实现二叉树的各种排列。输入一颗二叉树后输出以前序后序中序排列的各节点和这棵树的高度-vc achieve binary tree with the various permutations. After the importation of a binary tree before output sequence after sequence with the order of the nodes and tree height
Platform: | Size: 1386 | Author: 林天 | Hits:

[Compress-Decompress algrithmslzss_huf

Description: This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains \"space\" characters only. Read several letters from the file to the buffer. Then search the buffer for the longest string that matches the letters just read, and send its length and position in the buffer.
Platform: | Size: 3660 | Author: 冰冰 | Hits:

[GUI DevelopBiTree分割视图版

Description: 将视图分割成两部分,左边为显示取,右边为数据录入区,每录入一个节点数据,立即在左边显示节点图形,能实现二叉树的插入、删除、前序遍历、中序遍历、后序遍历。-View will be divided into two parts, shown from left to right for the data entry areas, each node a data entry immediately on the left shows nodes graphics can achieve binary tree insertion, deletion, the former preorder, preorder, after preorder.
Platform: | Size: 50472 | Author: 编程浪子 | Hits:

[Other resourcebitree3

Description: 使用汇编写的二叉树遍历,我用的是按层存储算法,容易理解-was compiled using the binary tree traversal, I used is based on the storage layer algorithm, easy to understand
Platform: | Size: 2027 | Author: 黄飞鸿 | Hits:

[Other二叉树改进041123

Description: 输入结点和结点数生成二叉树,可以左遍历,右遍历,后遍历!-input nodes and nodes generate binary tree can traverse left and right traverse, traverse after!
Platform: | Size: 17192 | Author: 吴丹 | Hits:

[Other resource36

Description: 判断给定的二叉树是否相似,用C ++实现的,是作业-to judge whether the binary tree similar to that used C to achieve, and is operating
Platform: | Size: 995 | Author: 液压机机 | Hits:

[Other resource经典cpp例子

Description: 这几个是本人整理的.cpp程序,您可以借鉴参考------>> dos前景背景色设置.cpp 二.八.十.十六进制转换程序的函数.cpp 二叉树的遍历.cpp 图形的广度优先搜寻法.cpp 图形的深度优先搜寻法.cpp 用C语言编的一个日历.c-these are my finishing. Cpp and you can draw reference --- gt; Gt; Dos prospects for the background color set. Cpp two. 8. 10. Hexadecimal conversion function. Cpp binary tree traversal. Cpp graphics priority to search for the breadth of France. Cpp graphics depth-first search of the law. Cpp C language compile a calendar. C
Platform: | Size: 7166 | Author: 丁志强 | Hits:

[Other resource2cha shu

Description: 二 叉 树 的 建 立 与 3 种 遍 利(前序,中序,后序三种),仅供参考之用-binary tree with the establishment of three times Lee (former sequence, sequence after sequence of three), for reference only
Platform: | Size: 1395 | Author: 刘华宾 | Hits:

[CSharp二叉树作业

Description: 我的数据库作业.二叉树的操作和使用.相信计算机相关专业的学生用的着.一起分享吧-the operation of the database. Binary Tree, the operation and use. I believe computer-related professions with the students. Share it
Platform: | Size: 1589 | Author: 余斌 | Hits:

[ActiveX/DCOM/ATLoperator_overload

Description: 哈夫曼树是相同个数的带权结点所构成的所有二叉树中带权路径长度WPL最小的二叉树,将其应用于计算机通信中数据编码技术可大大缩短电文代码的长度,且避免了电文代码二义性的产生。本文简要介绍了哈夫曼树的原理、构造方法及其在数据编码中的应用。-Huffman tree is the same as the number of nodes with the right posed by the Binary right path with the smallest length WPL binary tree and applied to computer communications data coding technology can greatly shorten the length of the message code, the message to avoid ambiguity code generation. This paper describes the principle of the Huffman tree, construction methods and data coding applications.
Platform: | Size: 11700 | Author: 从从 | Hits:

[assembly languagebinatree

Description: 汇编实现二叉树遍历,数据结构的前中后序遍历-compilation achieve binary tree traversal, data structure before, during and after the preorder
Platform: | Size: 1247 | Author: 胡利会 | Hits:

[Other resource二叉树的生成与遍利

Description: 二叉树-binary tree !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Platform: | Size: 919 | Author: 刘111 | Hits:

[Othervcddd

Description: 都是以前随手编写的笑程序:总的来说只有五个<回文游戏,层次遍历二叉树,猴子选大王,先序、中序、后序遍历的递归算法等等> 如果对你又帮助你就下来看看吧-are readily prepared by the previous laugh : Overall only five lt; Palindrome games, the level traverse binary tree, monkey king election, the first sequence, sequence, after the preorder the recursive algorithm, etc. gt; If you have to help you look down on it
Platform: | Size: 4979 | Author: 熊枫 | Hits:

[Other resource二叉树

Description: 二叉树的操作,学习数据结构的时候,相信大家都知道二叉树是其中比较重要的概念吧。-Binary Tree, the operation of the data structure learning time, I believe we all know binary tree is the more important concept it.
Platform: | Size: 5976 | Author: 天涯明月 | Hits:

[Other resourceHuffman树

Description: 用加权二叉树,最小堆和贪心算法实现的Huffman树,对学算法和数据结构的朋友很有帮助-weighted binary tree, the smallest reactors and the greedy algorithm Huffman tree for school algorithm and data structure of helpful friends
Platform: | Size: 63427 | Author: 张钊 | Hits:

[Other resourcebianli1

Description: 这是一个非常好的遍历二叉树算法的实现,个人创作,绝对原创-This is a very good traversal of a binary tree algorithm to achieve, to create absolute originality!
Platform: | Size: 2488 | Author: 我是谁 | Hits:

[OtherBianryTreeNode

Description: 二叉树的操作集合 哈哈 数据结构经典实习-binary tree data structure set Haha classic internship
Platform: | Size: 2992 | Author: xjt | Hits:

[Other resource3bitree

Description: 一个二叉树的三叉链表运用实例,求出叶子的结点并输出从根结点到该叶子结点的路径!-a binary tree using the trigeminal Chain example, the leaves are obtained and the output node from the Root of leaf nodes in the path!
Platform: | Size: 2397 | Author: | Hits:

[Other resource二叉排序树与平衡二叉树

Description: 数据结构常用算法设计 用C++实现二叉排序树与平衡二叉树-algorithm commonly used data structures designed to achieve two C-tree fork and balanced binary tree
Platform: | Size: 1596984 | Author: 孙锋志 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net